echo "ERROR: The output file name was mangled."
errorcount=`expr $errorcount + 1`
fi
+
+# test output file name mangling using a format that uses gbfile
+ ${PNAME} -i gpx -f ${REFERENCE}/bounds-test.gpx -o unicsv -F ${TMPDIR}/file¢.csv
+ count=$(ls -1 -l ${TMPDIR}/file¢.csv | wc -l)
+ if [ $count -lt 1 ]; then
+ echo "ERROR: The output file name was mangled."
+ errorcount=`expr $errorcount + 1`
+ fi
else
echo "$0 cannot run without the en_US.iso88591 locale."
fi